home *** CD-ROM | disk | FTP | other *** search
- ADDRTEST.PAS
-
- This is a test program to show how to use the PROCADDR function, which
- returns the address of a procedure
-
-
- DODIAL.TXT
-
- If you are having problems with the Do_Dialog call in Personal Pascal, read
- this to answer some of those lingering questions.
-
-
- INPUT.PAS
-
- This is a routine to input a string and then convert it to an INTEGER value.
-
-
- INT.PAS
-
- This is an INT() function that returns a real value for the integer result
- instead of an integer.
-
-
- INTEST.PAS
-
- This is an example of how to use the INPUT/RINPUT routines for entering
- a string and converting it to INTEGER or REAL value.
-
-
- IORESULT.TXT
-
- If you are having problems with IO_Check and IO_Result calls, read this to
- get you back on the right track again.
-
-
- JOYSTICK.DOC
- JOYSUBS.O
- JOYSUBS.S
- JOYTEST.PAS
-
- This is a joystick handler routine for Personal Pascal. Also included is
- is a test program to get you started. Now you can program the joystick in
- programs with Personal Pascal
-
-
- LSTOUT.TXT
-
- If you have ever wondered how to send your screen output to printer, then
- this is for you. Read this and start your printing.
-
-
- NOWWHAT1.TXT
-
- My first attempt at writing a useful beginners column on using OSS
- Personal Pascal. This one covers the Alert Box. Let me know what you
- think! Read this column to get you started into programming the GEM
- interface with Personal Pascal.
-
-
- OBJDRAW.TXT
-
- If you have ever wondered how to redraw a dialog box after changing
- editable text fields, then read this article to get you started.
-
-
- PROCADDR.PAS
-
- This is a function which returns the address of a procedure.
-
-
- RANDOM.PAS
-
- This is some random number routines to get you going randomly get
- sequences of numbers.
-
-
- RINPUT.PAS
-
- This is a routine to input a string and then convert it to a REAL number.
-
-
- RNDTEST.PAS
-
- This is a demo of the random number routines found in RANDOM.PAS.
-
-
- SCRNSAVE.PAS
-
- This is a routine to show you an alternative to redraw for saving the
- screen.
-